func github.com/klauspost/compress/internal/snapref.hash
6 uses
github.com/klauspost/compress/internal/snapref (current package)
encode_other.go#L90: func hash(u, shift uint32) uint32 {
encode_other.go#L155: nextHash := hash(load32(src, s), shift)
encode_other.go#L187: nextHash = hash(load32(src, nextS), shift)
encode_other.go#L232: prevHash := hash(uint32(x>>0), shift)
encode_other.go#L234: currHash := hash(uint32(x>>8), shift)
encode_other.go#L238: nextHash = hash(uint32(x>>16), shift)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |